Description: Calculate the modulus of a sequence of complex numbers. Syntax: A.comabs() Note: MathCli external library fsequence of complex numbers, modulus, vector
Description: Fill missing values using the specified constant value. Syntax: A.fillcons(v) Note: MathCli external librarfill, missing value, vector, matrix
Description: Fill missing values according to the specified method. Syntax: A.fillmthd(m) Note: MathCli external libraryfill, missing value, vector, matrix
Description: Build models and performs predictions using the Lasso regression method. Syntax: lasso(X, Y, learning_rate,model, prediction, vector
Description: Calculate the mean absolute error between two vectors. Syntax: mae(A,B) Note: The function calculates the amean absolute error, vector
Description: Normalize a matrix or a vector. Syntax: norm(A) Note: The function normalizes a matrix or a vector by subtrmatrix, vector, normalize